home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / datacomm / 158 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: news.usaor.net!usaor!not-for-mail
  2. From: bley@usaor.net (Bill Ley)
  3. Newsgroups: comp.sys.amiga.datacomm
  4. Subject: Dialscript needed
  5. Date: 9 Jan 1996 19:38:45 GMT
  6. Organization: USA on Ramp
  7. Message-ID: <4cug85$c38@news.usaor.net>
  8. NNTP-Posting-Host: dyn215.gator1.usaor.com
  9. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  10.  
  11. I've been having trouble with my dialscript I use with AmiTCP.  It seems
  12. as it just hangs right after I send my password.  I've changed the script 
  13. after that point and no I get an error.  Could someone tell me what I'm
  14. doing wrong?  Here is the script I use:
  15.  
  16. TIMEOUT 1500
  17. REDIAL "BUSY"
  18. delay 100
  19. send "ATZ"
  20. wait "OK"
  21. delay 5
  22. SEND "ATDT 3914905"
  23. WAIT "CONNECT"
  24. delay 2
  25. SEND ""
  26. WAIT "ogin"
  27. SEND "bley"
  28. WAIT "assword"
  29. SEND "xxx"
  30. SEND "MTU"
  31. delay 50
  32.  
  33. Should there be something that says WAIT "PPP"?  How do I get out
  34. of the script after I connect? 
  35.  
  36.  ============================================================================
  37.   Bill Ley - bley@usaor.net - bley@bix.com - http://www.usaor.net/users/bley/
  38.                   "Ride to Live, Live to Ride"   95 FXDS-Conv
  39.               --  If you have to ask,  you wouldn't understand --
  40.               A3000/USR Courier 28.8 | Usa On Ramp-Pittsburgh, PA
  41.  ============================================================================
  42.  
  43.